home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Image Compendium
/
Image Compendium.iso
/
utility
/
gifview
/
gifv.sll
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-02-18
|
287 b
|
15 lines
;
; GIFV.SLL
; This routine will take all BMP files and turn them into GIF files in the
; current directory! (Similar to GIFV.SLH)
;
change-path *.bmp
:loop
loadnext :exit
write g
goto :loop
:exit
system del *.bmp